Skip to content

remove C MPI wrapper function for MPI_Irecv #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2025
Merged

Conversation

gxyd
Copy link
Collaborator

@gxyd gxyd commented Mar 31, 2025

No description provided.

@gxyd gxyd changed the title Rem c wrapper mpi irecv remove C MPI wrapper function for MPI_Irecv Mar 31, 2025
@gxyd
Copy link
Collaborator Author

gxyd commented Mar 31, 2025

There aren't many tests for MPI_Irecv as would like it to be, but there is an issue #20 (comment) tracking that, and hence adding more tests would be a separate issue for it.

@adit4443ya
Copy link
Collaborator

There aren't many tests for MPI_Irecv as would like it to be, but there is an issue #20 (comment) tracking that, and hence adding more tests would be a separate issue for it.

If you say so, But while making tests which passes with our module i have noticed that we have specialised our module to take input for specific datatypes, for example in bcast we only do
integer real,dimenion(:,:) But not integer dimension(:) and real
etc
So we would need this refinement once we remove all the wrappers, this would help me make our module robust ro all types of input argument

Let me make an issue so that we remember it

@gxyd gxyd merged commit 4e262ec into main Mar 31, 2025
16 checks passed
@gxyd gxyd deleted the rem_c_wrapper_mpi_irecv branch March 31, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants